跳到主要内容

C++ 数组的标准库函数

我们可以将数组作为 begin 和 end 的参数:

int *beg = begin(ia)  
int *last = end(ia)